docs: use apostrophe in *'ve
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:38:26 +0000 (13:38 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:38:26 +0000 (13:38 -0500)
gtk/gtkcontainer.c
gtk/gtkdialog.c
gtk/gtkdnd.c
gtk/gtkmain.c
gtk/gtkpapersize.c
gtk/gtkprintsettings.c
gtk/gtktoolbar.c
gtk/gtkwidget.c

index 01e3a3d83287e190982ccc5dc8e0625b55e3a263..b0a761b94633097e6606bc9a66be68207013d8a9 100644 (file)
@@ -1906,7 +1906,7 @@ gtk_container_real_check_resize (GtkContainer *container)
 /* The container hasn't changed size but one of its children
  *  queued a resize request. Which means that the allocation
  *  is not sufficient for the requisition of some child.
- *  We've already performed a size request at this point,
+ *  Weve already performed a size request at this point,
  *  so we simply need to reallocate and let the allocation
  *  trickle down via GTK_WIDGET_ALLOC_NEEDED flags.
  */
index bbc13203c841a7c837d91e8873ec06494790df58..4f26d3b76c8972c899188b7f4ba5b51aa05ce433 100644 (file)
  *                              G_CALLBACK (gtk_widget_destroy),
  *                              dialog);
  *
- *    /&ast; Add the label, and show everything we've added to the dialog &ast;/
+ *    /&ast; Add the label, and show everything weve added to the dialog &ast;/
  *
  *    gtk_container_add (GTK_CONTAINER (content_area), label);
  *    gtk_widget_show_all (dialog);
index bdb4deb887616cdbe628b7e48fe8cdf29fcb44c7..c5fa0d7195421462f10312c9b0a37625f80c8ad3 100644 (file)
@@ -3691,7 +3691,7 @@ _gtk_drag_source_handle_event (GtkWidget *widget,
 
 /*************************************************************
  * gtk_drag_source_check_selection:
- *     Check if we've set up handlers/claimed the selection
+ *     Check if weve set up handlers/claimed the selection
  *     for a given drag. If not, add them.
  *   arguments:
  *     
index 8d358823aa4c80058bc437f44a38bae4cc01658c..82037e107f7c92f112bf284721ca165a439812c6 100644 (file)
@@ -44,7 +44,7 @@
  *
  * When widgets receive an event, they frequently emit one or more
  * “signals”. Signals notify your program that "something
- * interesting happened" by invoking functions you've connected to the signal
+ * interesting happened" by invoking functions youve connected to the signal
  * with g_signal_connect(). Functions connected to a signal are often termed
  * “callbacks”.
  *
index 6fca06eabf53bc6dc51dcf467449f5a9698ecfab..35905d90d337fd743109318f1ce1977f2446b00e 100644 (file)
@@ -708,7 +708,7 @@ gtk_paper_size_get_default (void)
  * larger than most printers margins, so that it will be within
  * the imageble area on any printer.
  *
- * I've taken the actual values used from the OSX page setup dialog.
+ * Ive taken the actual values used from the OSX page setup dialog.
  * I'm not sure exactly where they got these values for, but might
  * correspond to this (from ghostscript docs):
  *
index 6ad4e10f797d4e071cbe67abe113c4f6b4c3afe1..4579e8b9b1f2957c1e29de2d45c4c70dcb685ba4 100644 (file)
@@ -36,7 +36,7 @@
  *
  * A GtkPrintSettings object represents the settings of a print dialog in
  * a system-independent way. The main use for this object is that once
- * you've printed you can get a settings object that represents the settings
+ * youve printed you can get a settings object that represents the settings
  * the user chose, and the next time you print you can pass that object in so
  * that the user doesn’t have to re-set all his settings.
  *
index b9ef0bdff2489b08a21c8b2e6c8b59a283b797e4..6e3a52d70b5d4cf7ba9c7ee228dbe51efa053e9f 100644 (file)
@@ -3091,7 +3091,7 @@ gtk_toolbar_finalize (GObject *object)
  * @icon_size: The #GtkIconSize that stock icons in the toolbar shall have.
  *
  * This function sets the size of stock icons in the toolbar. You
- * can call it both before you add the icons and after they've been
+ * can call it both before you add the icons and after theyve been
  * added. The size you set will override user preferences for the default
  * icon size.
  * 
index 3b605e14840fde4f36f9daf73aefc0725cff9bb1..593c5e26c83550bfef99f085258110a8ed4bfb18 100644 (file)
@@ -4285,7 +4285,7 @@ gtk_widget_unparent (GtkWidget *widget)
  * #GtkWindow), it will be removed from the list of toplevels, and the
  * reference GTK+ holds to it will be removed. Removing a
  * widget from its container or the list of toplevels results in the
- * widget being finalized, unless you've added additional references
+ * widget being finalized, unless youve added additional references
  * to the widget with g_object_ref().
  *
  * In most cases, only toplevel widgets (windows) require explicit